#flexible-operation {
  padding: 40px 0 60px;
  background-color: #F6F7FB;
}
#flexible-operation .process {
  margin-top: 45px;
}
#flexible-operation .process .ul-step {
  display: flex;
  justify-content: center;
}
#flexible-operation .process .ul-step .step-1 {
  width: 92px;
  height: 64px;
  background: url(../icon/step/step_icon_1.png) center no-repeat;
  background-size: contain;
}
#flexible-operation .process .ul-step .step-2 {
  width: 92px;
  height: 64px;
  background: url(../icon/step/step_icon_2.png) center no-repeat;
  background-size: contain;
}
#flexible-operation .process .ul-step .step-3 {
  width: 92px;
  height: 64px;
  background: url(../icon/step/step_icon_3.png) center no-repeat;
  background-size: contain;
}
#flexible-operation .process .ul-step .step-4 {
  width: 92px;
  height: 64px;
  background: url(../icon/step/step_icon_4.png) center no-repeat;
  background-size: contain;
}
#flexible-operation .process .ul-step .step-5 {
  width: 92px;
  height: 64px;
  background: url(../icon/step/step_icon_5.png) center no-repeat;
  background-size: contain;
}
#flexible-operation .process .ul-step .run-dir {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  height: 64px;
}
#flexible-operation .process .ul-step .run-dir .dir-icon {
  display: block;
  width: 29px;
  height: 22px;
  background: url(../icon/step/step_icon_dir.png) center no-repeat;
  background-size: 29px 22px;
}
#flexible-operation .process .ul-txt {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#flexible-operation .process .ul-txt li {
  width: 222px;
}
#flexible-operation .process .ul-txt li h4 {
  font-size: 18px;
  color: #1C2340;
  text-align: center;
  font-weight: bolder;
}
#flexible-operation .process .ul-txt li p {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
#flexible-operation .use-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#flexible-operation .use-btn a {
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background-color: #1067EE;
}
#flexible-operation .use-btn a:hover {
  opacity: 0.8;
}
#boutique {
  padding: 60px 0 30px;
}
#boutique .product {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
#boutique .product ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#boutique .product ul li {
  margin-top: 35px;
  margin-left: 70px;
}
#boutique .product ul li > a {
  display: block;
  padding: 10px 10px 20px;
  background-color: #F6F7FB;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#boutique .product ul li > a:hover {
  border: 1px solid #1067ee;
  box-shadow: 0px 5px 10px 0px rgba(16, 103, 238, 0.2);
}
#boutique .product ul li > a:hover .product-title {
  color: #1067EE;
}
#boutique .product ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#boutique .product ul .product-img {
  position: relative;
  box-sizing: border-box;
}
#boutique .product ul .product-img img {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#boutique .product ul .product-img .color {
  position: absolute;
  left: 15px;
  bottom: 5px;
  border-radius: 10px;
  background: rgba(246, 247, 251, 0.5);
  border: 1px solid rgba(232, 237, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  box-sizing: border-box;
}
#boutique .product ul .product-img .color i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #DEE2E6;
  margin-left: 8px;
  box-sizing: border-box;
}
#boutique .product ul .product-img .color i:nth-of-type(1) {
  margin-left: 0;
}
#boutique .product ul .product-title {
  width: 200px;
  margin-top: 20px;
  font-size: 14px;
  color: #1C2340;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#boutique .product ul .product-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#boutique .product ul .product-info p {
  font-size: 10px;
  color: #666666;
}
#boutique .product ul .product-info h4 {
  font-size: 14px;
  color: #EA2E2E;
  font-weight: 500;
}
#theme {
  padding: 60px 0 30px;
}
#theme .recommend {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#theme .recommend ul li {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#theme .recommend ul li:nth-of-type(1) {
  margin-top: 0;
}
#theme .recommend ul li.reverse {
  flex-direction: row-reverse;
}
#theme .recommend ul li:hover .theme-txt {
  background-color: #F6F7FB;
}
#theme .recommend ul .theme-img {
  width: 500px;
  height: 280px;
  overflow: hidden;
}
#theme .recommend ul .theme-img a {
  display: block;
  width: 100%;
  height: 100%;
}
#theme .recommend ul .theme-img img {
  width: 100%;
  object-fit: contain;
}
#theme .recommend ul .theme-txt {
  width: 605px;
  height: 280px;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#theme .recommend ul .theme-txt .theme-title {
  font-size: 20px;
  color: #151935;
  font-weight: 600;
}
#theme .recommend ul .theme-txt p {
  height: 78px;
  margin-top: 15px;
  font-size: 14px;
  color: #1C2340;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#theme .recommend ul .theme-txt .more {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
#theme .recommend ul .theme-txt .more a {
  font-size: 14px;
  color: #1067EE;
}
#theme .recommend ul .theme-txt .more a:hover {
  opacity: 0.8;
}
#platform {
  margin-top: 30px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  background-color: #F6F7FB;
  border-top: 1px solid #E8EDFF;
  border-bottom: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#platform .wrap {
  display: flex;
  align-items: center;
}
#platform .wrap img {
  height: 24px;
  margin-left: 65px;
}
#platform .wrap img:nth-of-type(1) {
  margin-left: 0;
}
#platform .wrap p {
  margin-left: 70px;
  font-size: 16px;
  color: #151935;
  font-weight: 600;
}
#design-services {
  margin-top: 30px;
  padding: 60px 0 30px;
}
#design-services .designer {
  display: flex;
  justify-content: center;
}
#design-services .designer ul {
  width: 896px;
  height: 500px;
  box-sizing: border-box;
  position: relative;
}
#design-services .designer ul li {
  margin-top: 200px;
  width: 280px;
  background-color: #F6F7FB;
  border: 1px solid #E8EDFF;
  padding: 0 20px 64px;
  box-sizing: border-box;
  position: absolute;
}
#design-services .designer ul li:nth-of-type(1) {
  left: 0;
  top: 0;
}
#design-services .designer ul li:nth-of-type(2) {
  left: 50%;
  top: 0;
  z-index: 2;
}
#design-services .designer ul li:nth-of-type(3) {
  right: 0;
  top: 0;
}
#design-services .designer ul li.scale {
  transform: scale(1.25) translate(-50%, -10px);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
#design-services .designer ul li:nth-of-type(2),
#design-services .designer ul li:nth-of-type(3) {
  margin-left: 35px;
}
#design-services .designer ul .avatar {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#design-services .designer ul .avatar img {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #fff;
}
#design-services .designer ul h4 {
  margin-top: 100px;
  font-size: 14px;
  color: #1C2340;
  text-align: center;
}
#design-services .designer ul p {
  height: 50px;
  font-size: 12px;
  color: #878CB1;
  margin-top: 36px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
